MSVC Builds: Apply Visual Style for Win32 Print Dialog
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 7 Aug 2014 15:02:13 +0000 (23:02 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 7 Aug 2014 15:02:13 +0000 (23:02 +0800)
commit37321f6fb82ab21a21f4c14ce76df24b059bdc54
treed50db8c2109e1745f0a4569ceb0e8b6c05dc29e9
parenta13761ceb460347ea89ddd2963041ad6134cfb64
MSVC Builds: Apply Visual Style for Win32 Print Dialog

Define ISOLATION_AWARE_ENABLED for the build of the GTK DLL so that visual
style can be applied to the Windows print dialog for all applications using
gtkprintoperation.

Update the script for the generation of gtk-win32.rc for MSVC to not try to
embed the manifest from it (but embed libgtk3.manifest by including it in
the project files, as we are now doing), and embedding the manifest file is
really not supported in MSVC 2010 and later.

Also fix up formatting in the GTK DLL projects.

https://bugzilla.gnome.org/show_bug.cgi?id=733773
build/win32/process-in-win32.py
build/win32/vs10/gtk-build-defines.props
build/win32/vs10/gtk.vcxprojin
build/win32/vs9/gtk-build-defines.vsprops
build/win32/vs9/gtk.vcprojin